This program is licensed under the General public license, and if you are looking to 
help develop this program i dont need to explain further, but for everybody else,
this means this program is distributed with ABSOLUTLY NO WARRANTY, you are free to edit
this program, distribute it, whatever you want.

if anybody needs some help then email me at josefwhiter@hotmail.com

for all users:
	DO NOT PRESS THE GRAPH BUTTON, IT WILL CRASH YOUR COMPUTER. AND BELEIVE ME
	IT IS NOT A CRASH THAT CAN BE FIXED WITH ctr+alt+del

For normal users
	If you are in windows just double click on the run.bat file, if you are in linux
	i am assuming you have enough intelligence to run a java program, but if not

	Seven@Enterprise:~$ java Calculus

	java must be in your $PATH, if not you can do this

	Seven@Enterprise:~$ export PATH $PATH:/jdk1.3.1/bin

	or wherever java is at.

For Developers
	The main thing is the Equation class, it will evaluate all numerical statements,
	and all (i think) quadratic equations except for those with imaginary numbers.
	I am now working on hirgher power functions, and derivatives are coming.
	to test an equation just change String me in main() to whatever equation you want
	to test then compile and run ONLY EQUATION.JAVA, the eq batch file is for compiling
	Equation.java and the erun batch file is for running Equation.  I know, but i got tired
	of typing all of that shit in.  if anyone who is good at graphics wants to take a crack
	at GraphBox.java, then be my guest.